home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- <h1>VarianceQuantity</h1><p>
- VarianceQuantity is used when you want to specify BackOrder quantity
- </p></intro>
-
- <elementtype name="OrderDetail">
- <model>
- <sequence>
-
- <!-- Base Item Detail is a reusable
- component that is shared by PurchaseOrder, PurchaseOrder
- Response, Invoice, OrderStatus, Price and Availability Check.
- -->
- <element type="BaseItemDetail" />
-
- <!-- Free form note at the detail level -->
- <element type="string" name="SpecialHandlingNote" occurs="?" />
- <element type="string" name="GeneralNote" occurs="?" />
-
- <element type="datetime" name="RequestedDeliveryDate" occurs="?" />
- <element type="datetime" name="ShipByDate" occurs="?" />
- <element type="Tax" occurs="?" />
-
- <element type="ListOfAllowOrCharge" occurs="?"/>
-
- <element type="Price" name="BuyerExpectedUnitPrice" />
-
- <!-- the attachment of the order header -->
- <element type="ListOfAttachment" name="OrderDetailAttachment" occurs="?"/>
- </sequence>
- </model>
- </elementtype>
-
- <elementtype name="ListOfOrderDetail">
- <model>
- <element type="OrderDetail" occurs="+" />
- </model>
- </elementtype>
-
- </schema>
-